home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / src.lzh / amiga / rexx-notes < prev    next >
Text File  |  1990-05-23  |  1KB  |  25 lines

  1. What needs to happen to config things with the Rexx option enabled
  2. depends on which compiler you have.
  3.  
  4. If you have Lattice, you can build an mg with a Rexx port even if you
  5. don't have Rexx. You will need to copy /amiga/storage.h into the
  6. directory include:rexx. You should do this even if you have Rexx, as
  7. this version includes prototypes & pragmas for the RexxSysLib
  8. functions. This allows you to compile them without rexxglue.o, which
  9. comes with Rexx. It also has prototypes for the three functions in
  10. rexxvars.o. Note that none of these come with any warranty.
  11.  
  12. For Manx, you have to have a copy of rexxglue.o to provide an
  13. interface to RexxSysLib (or something similar). This comes with the
  14. Rexx distribution.  You don't need to copy /amiga/storage.h. However,
  15. you should save it, as the prototypes may come in handy someday. Of
  16. course, by then, the standard Rexx distribution may have those
  17. prototypes.
  18.  
  19. Both compilers have to deal with /amiga/rexxvars.o. /amiga/makerexxobj
  20. may or may not work for you. If it doesn't, copy the file into your
  21. conf directory by hand. If you don't want rexx, create an empty file
  22. "rexxvars.o" in your directory by hand. Whoever actually does the Manx
  23. version will have to put more stuff here, but /amiga/makerexxobj can
  24. be used for rexxglue.o if it's needed.
  25.